Socket
Socket
Sign inDemoInstall

ansi-red

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ansi-red

The color red, in ansi.


Version published
Weekly downloads
933K
increased by0.39%
Maintainers
1
Install size
11.0 kB
Created
Weekly downloads
 

Package description

What is ansi-red?

The ansi-red npm package is a simple utility for styling text with red ANSI color codes. It is typically used to make text output in the terminal more readable by adding red color to the text.

What are ansi-red's main functionalities?

Red Text Styling

This feature allows you to style text with red color in the terminal. The code sample demonstrates how to use the ansi-red package to print 'This text will be red!' in red color.

const red = require('ansi-red');
console.log(red('This text will be red!'));

Other packages similar to ansi-red

Readme

Source

ansi-red NPM version

The color red, in ansi.

Install

Install with npm

$ npm i ansi-red --save

Usage

var red = require('ansi-red');

Running tests

Install dev dependencies:

$ npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Jon Schlinkert

License

Copyright © 2015 Jon Schlinkert Released under the MIT license.


This file was generated by verb-cli on May 21, 2015.

Keywords

FAQs

Last updated on 22 May 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc